home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / Oberon / Catalogs / Italiano / OAErrs.ct (.txt) < prev    next >
Amiga Catalog Translation file  |  1995-06-20  |  3KB  |  114 lines

  1. ## version $VER: OAErrs.ct 1.0 (15-Jun-95) by Edmondo Tommasina
  2. ## language italiano
  3. ## codeset 0
  4. ;=========================================================================
  5. ;     $RCSfile: OAErrs.cd $
  6. ;  Description: Catalog description file for Oberon-A runtime errors
  7. ;   Created by: fjc (Frank Copeland)
  8. ;    $Revision: 1.1 $
  9. ;      $Author: fjc $
  10. ;        $Date: 1995/06/13 23:55:53 $
  11. ;  Copyright 
  12.  1995, Frank Copeland
  13. ;  This file forms part of the OL program
  14. ;  See OL.doc for conditions of use and distribution
  15. ;=========================================================================
  16. ;=========================================================================
  17. ; Strings for runtime traps
  18. title
  19. Oberon-A Runtime Error Handler
  20. ;Oberon-A Runtime Error Handler
  21. haltButton
  22. Ferma Programma
  23. ;Halt Program
  24. posFormat
  25. %s\nModulo %s, linea %ld, col %ld\n%s
  26. ;%s\nModule %s, line %ld, col %ld\n%s
  27. abort
  28. Errors.Abort
  29. ;Errors.Abort
  30. assert
  31. Errors.Assert
  32. ;Errors.Assert
  33. runtimeError
  34. Trovato un errore Runtime
  35. ;Runtime error detected
  36. unknown
  37. Codice dell'errore = %ld
  38. ;Error code = %ld
  39. kernNotAllocated
  40. Libero la memoria non allocata
  41. ;Freeing unallocated memory
  42. kernUserTrap
  43. Modulo Kernel non puo' allocare un trap dell'utente
  44. ;Module Kernel could not allocate a user trap
  45. errOutOfMem
  46. Finita la memoria
  47. ;Out of memory
  48. errInvariant
  49. Violata l'invariante
  50. ;Invariant violated
  51. errPreCondition
  52. Violata la pre-condizione
  53. ;Pre-condition violated
  54. errPostCondition
  55. Violata la post-condizione
  56. ;Post-condition violation
  57. errNotImplemented
  58. Procedura o metodo non implementato
  59. ;Procedure or method not implemented
  60. errNoLibrary
  61. Non posso aprire una shared library
  62. ;Could not open shared library
  63. trap2
  64. Trap #2 : Errore del Bus
  65. ;Trap #2 : BusError
  66. trap3
  67. Trap #3 : Errore di Indirizzo
  68. ;Trap #3 : Address Error
  69. trap4
  70. Trap #4 : Istruzione Illegale
  71. ;Trap #4 : Illegal Instruction
  72. trap5
  73. Trap #5 : Divisione per zero
  74. ;Trap #5 : Divide by zero
  75. trap6
  76. Trap #6 : istruzione CHK
  77. ;Trap #6 : CHK instruction
  78. trap7
  79. Trap #7 : istruzione TRAPV
  80. ;Trap #7 : TRAPV instruction
  81. trap8
  82. Trap #8 : violazione dei privilegi
  83. ;Trap #8 : Privilege violation
  84. trap9
  85. Trap #9 : Trace bit trap
  86. ;Trap #9 : Trace bit trap
  87. trap10
  88. Trap #10 : Linea 1010 emulatore
  89. ;Trap #10 : Line 1010 emulator
  90. trap11
  91. Trap #11 : Linea 1111 emulatore
  92. ;Trap #11 : Line 1111 emulator
  93. trap32
  94. Trap #32 : fallito il controllo dell'indice del compilatore
  95. ;Trap #32 : Compiler index check failed
  96. trap33
  97. Trap #33 : fallito il controllo del tipo di compilatore
  98. ;Trap #33 : Compiler type check failed
  99. trap34
  100. Trap #34 :  fallito il controllo del NIL del compilatore
  101. ;Trap #34 : Compiler NIL check failed
  102. trap35
  103. Trap #35 : fallito il controllo del case del compilatore
  104. ;Trap #35 : Compiler case check failed
  105. trap36
  106. Trap #36 : manca il RETURN nella funzione
  107. ;Trap #36 : RETURN missing in function
  108. trap37
  109. Trap #37 : fallito il controllo dello stack del compilatore
  110. ;Trap #37 : Compiler stack check failed
  111. trap38
  112. Trap #38 : fallito il controllo del limite del compilatore
  113. ;Trap #38 : Compiler range check failed
  114.